home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
dev
/
debug
/
Blowup.lha
/
source
/
data.c
< prev
next >
Wrap
C/C++ Source or Header
|
1998-04-18
|
479b
|
24 lines
/*
* $Id: data.c 1.2 1998/04/18 15:44:51 olsen Exp olsen $
*
* :ts=4
*
* Blowup -- Catches and displays task errors
*
* Written by Olaf `Olsen' Barthel <olsen@sourcery.han.de>
* Public Domain
*/
#ifndef _GLOBAL_H
#include "global.h"
#endif /* _GLOBAL_H */
/******************************************************************************/
#undef global
#define global
#include "data.h"
/******************************************************************************/